home *** CD-ROM | disk | FTP | other *** search
- #
- # Microsoft makefile for TERM.C ( small model )
- #
- .c.obj:
- cl /AS /c $*.c
-
- term.obj: term.c pcl4c.h ascii.h term.h term.cfg
-
- dos_io.obj: dos_io.c
-
- dir_io.obj: dir_io.c
-
- crc.obj: crc.c
-
- term_io.obj: term_io.c pcl4c.h ascii.h term.h
-
- modem_io.obj: modem_io.c pcl4c.h ascii.h term.cfg
-
- amodem.obj: amodem.c pcl4c.h ascii.h
-
- xymodem.obj: xymodem.c pcl4c.h ascii.h
-
- xypacket.obj: xypacket.c pcl4c.h ascii.h
-
- allocseg.obj: allocseg.c
-
- si.obj: si.c pcl4c.h ascii.h
-
- opcodes.obj: opcodes.c pcl4c.h ascii.h
-
- term.exe: term.obj term_io.obj modem_io.obj dir_io.obj dos_io.obj crc.obj \
- allocseg.obj amodem.obj xymodem.obj xypacket.obj si.obj opcodes.obj \
- pcl4c_s.lib
- link/map term+allocseg+term_io+modem_io+dir_io+dos_io+crc+amodem+xymodem+xypacket+si+opcodes,term,,pcl4c_s.lib;